public static class DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
content
The content of the file.
|
String |
contentType
The type of the file content.
|
String |
creationTime
The time when the file sending task was created.
|
String |
description
The description of the file.
|
String |
fileGroup
The group of the file.
|
String |
fileMode
The permissions on the file.
|
String |
fileOwner
The owner of the file.
|
String |
invocationStatus
The overall sending status of the file.
|
String |
invokeId
The ID of the file sending task.
|
DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances |
invokeInstances
The destination instances.
|
String |
name
The name of the file.
|
String |
overwrite
Indicates whether a file in the destination directory is overwritten if the file has the same name as the sent file.
|
DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags |
tags
The tags of the file sending task.
|
String |
targetDir
The destination directory.
|
Integer |
vmCount
The number of the destination instances.
|
构造器和说明 |
---|
DescribeSendFileResultsResponseBodyInvocationsInvocation() |
@NameInMap(value="Content") public String content
The content of the file.
example:#!/bin/bash echo "Current User is :" echo $(ps | grep "$$" | awk \"{print $2}\")
@NameInMap(value="ContentType") public String contentType
The type of the file content. Valid values:
PlainText
@NameInMap(value="CreationTime") public String creationTime
The time when the file sending task was created.
example:2019-12-20T06:15:54Z
@NameInMap(value="Description") public String description
The description of the file.
example:This is a test file.
@NameInMap(value="FileGroup") public String fileGroup
The group of the file.
example:test
@NameInMap(value="FileMode") public String fileMode
The permissions on the file.
example:777
@NameInMap(value="FileOwner") public String fileOwner
The owner of the file.
example:test
@NameInMap(value="InvocationStatus") public String invocationStatus
The overall sending status of the file. The overall sending status of the file varies based on the sending status of the file on all destination instances. Valid values:
Pending: The file is being verified or sent. If the sending state of the file on at least one instance is Pending, the overall sending state of the file is Pending.
Running: The file is being sent to the instances. If the sending state of the file on at least one instance is Running, the overall sending state of the file is Running.
Success: If the sending state of the file on all instances is Success, the overall sending state of the file is Success.
If the sending state of the file on all instances is Failed, the overall sending state of the file is Failed. If the sending state of the file on one or more instances is one of the following values, the overall sending state of the file is Failed:
PartialFailed: The file sending task was completed on some instances but failed on other instances. If the sending state of the file is Success on some instances and is Failed on other instances, the overall sending state of the file is PartialFailed.
Success
@NameInMap(value="InvokeId") public String invokeId
The ID of the file sending task.
example:f-hz0jdfwd9f****
@NameInMap(value="InvokeInstances") public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances invokeInstances
The destination instances.
@NameInMap(value="Name") public String name
The name of the file.
example:test.txt
@NameInMap(value="Overwrite") public String overwrite
Indicates whether a file in the destination directory is overwritten if the file has the same name as the sent file.
example:false
@NameInMap(value="Tags") public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags tags
The tags of the file sending task.
@NameInMap(value="TargetDir") public String targetDir
The destination directory.
example:/home/user
@NameInMap(value="VmCount") public Integer vmCount
The number of the destination instances.
example:1
public DescribeSendFileResultsResponseBodyInvocationsInvocation()
public static DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation build(Map<String,?> map) throws Exception
Exception
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setContent(String content)
public String getContent()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setContentType(String contentType)
public String getContentType()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setCreationTime(String creationTime)
public String getCreationTime()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setDescription(String description)
public String getDescription()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setFileGroup(String fileGroup)
public String getFileGroup()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setFileMode(String fileMode)
public String getFileMode()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setFileOwner(String fileOwner)
public String getFileOwner()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setInvocationStatus(String invocationStatus)
public String getInvocationStatus()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setInvokeId(String invokeId)
public String getInvokeId()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setInvokeInstances(DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances invokeInstances)
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationInvokeInstances getInvokeInstances()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setName(String name)
public String getName()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setOverwrite(String overwrite)
public String getOverwrite()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setTags(DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags tags)
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocationTags getTags()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setTargetDir(String targetDir)
public String getTargetDir()
public DescribeSendFileResultsResponseBody.DescribeSendFileResultsResponseBodyInvocationsInvocation setVmCount(Integer vmCount)
public Integer getVmCount()
Copyright © 2024. All rights reserved.